drawPixel

Draw a pixel at (x, y) with the color specified at setGeometryColor

version(none)
extern (System) __gshared
void function(int x, int y, in HipColor color = HipColor.no) drawPixel;

Meta